projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d8a6f
)
* eshell/em-term.el (cl-lib): Require `cl-lib'.
author
Tassilo Horn
<tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000
(20:12 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000
(20:12 +0200)
lisp/ChangeLog
patch
|
blob
|
history
lisp/eshell/em-term.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 29c912933c802f57855d62470b5f327dfa054046..41f6ac40e2cfa818fdc033164453dd83b649a7bb 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2013-06-03 Tassilo Horn <tsdh@gnu.org>
+
+ * eshell/em-term.el (cl-lib): Require `cl-lib'.
+
2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/lisp.el: Use lexical-binding.
diff --git
a/lisp/eshell/em-term.el
b/lisp/eshell/em-term.el
index 0501544789d24f60103dde6a59fad82126a7e8a3..f30aad305e49a2ad32ee46e177b70c4c324bd390 100644
(file)
--- a/
lisp/eshell/em-term.el
+++ b/
lisp/eshell/em-term.el
@@
-31,6
+31,7
@@
;;; Code:
+(require 'cl-lib)
(require 'esh-util)
(require 'esh-ext)
(eval-when-compile (require 'eshell))